|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.MarkerAnnotationPreferences
Objects of this class provide access to all extensions declared for the markerAnnotationSpecification
extension point.
The extensions are represented as instances of AnnotationPreference
.
Constructor Summary | |
MarkerAnnotationPreferences()
Creates a new marker annotation preferences accessor. |
Method Summary | |
List |
getAnnotationPreferenceFragments()
Returns all extensions provided for the markerAnnotationSpecification
extension point including fragments. |
List |
getAnnotationPreferences()
Returns all extensions provided for the markerAnnotationSpecification extension point. |
static void |
initializeDefaultValues(IPreferenceStore store)
Initializes the given preference store with the default marker annotation values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkerAnnotationPreferences()
Method Detail |
public static void initializeDefaultValues(IPreferenceStore store)
store
- the preference store to be initializedpublic List getAnnotationPreferences()
markerAnnotationSpecification
extension point.
markerAnnotationSpecification
extension pointpublic List getAnnotationPreferenceFragments()
markerAnnotationSpecification
extension point including fragments. Fragments share the preference part
with a marker annotation specifications provided for a super type but do
change the presentation part.
markerAnnotationSpecification
extension point including fragments
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |